home *** CD-ROM | disk | FTP | other *** search
/ .net (French) 1996 November / .net Magazine (FR) - Issue 01 - Nov 1996.iso / mac / Butineur / Netscape Plug-ins / mBED / Readme < prev   
Text File  |  1996-05-13  |  5KB  |  144 lines

  1.  
  2. * mBED Software
  3. *
  4. * mbedlet Multimedia Plug-in
  5. *
  6. * Version 1.0b2
  7. * May 14, 1996
  8. *
  9. * Release Notes
  10.  
  11.  
  12. Requirements
  13.  
  14. Windows:
  15.  
  16. At least 256 colors are required.  Dithering is only done in the Windows 95
  17. version, so images in Windows 3.1 may not look as good.
  18.  
  19. Macintosh:
  20.  
  21. To run reliably, Netscape 2.0 requires Open Transport 1.1 on newer Power Macintosh
  22. computers.  Please upgrade to System 7.5.3 if you experience problems.
  23.  
  24. We request an 8 MB partition for Netscape due to the size of some of the mbedlets
  25. on our page.  If you are running Atlas, then we recommend 10 MB because of the
  26. increased memory demands of the Netscape browser itself.  To run smaller mbedlets,
  27. significantly less memory is required.
  28.  
  29. --------------------------------------------------------
  30.  
  31. Changes since 1.0b1:
  32.  
  33. Features & Functionality:
  34. - Added notation to allow access to players in sublets and parent mbedlets
  35. - Added tab (move to next field) support for editable text players
  36. - Added FORWARD,BACK commands to sprite
  37. - Added BROWSER SEND to send messages to other mbedlets
  38. - Added NAME field to EMBED tag to identify mbedlets
  39. - User defined handlers can now take a parameter ("PARAM")
  40. - Added toggleon, toggleoff messages for radio buttons, check boxes
  41. - Added external alpha channel support for bitmaps
  42. - Added MOUSEOVER property for buttons
  43. - Added TILED property for pictures
  44. - Added Interlaced GIF support
  45. - Better handling of low memory for bitmaps on Mac
  46.  
  47. Bugs:
  48. - registration works correctly if set below rect/location/size in properties
  49. - registration point works correctly if path has no startpoint
  50. - fixed potential crashes in image streaming code
  51. - visible property now recognizes "on", allowing buttons to show/hide players
  52. - Fixed anti-aliased text in higher bitmaps
  53. - Fixed crashes when mbedlet has syntax error after starting streams
  54. - Fixed bug where unchanged form would not post
  55. - Fixed bug with relative URL off of file system
  56. - Fixed bug with GOTO command when controlling another frame
  57. - Fixed score crash when a wait command was given for a nonexistent player
  58. - Implemented playforever for sounds
  59. - Sublets can now have editable text and can post as part of parent's post
  60.  
  61. --------------------------------------------------------
  62.  
  63. Changes since 0.9a5:
  64.  
  65. Features & Functionality:
  66. - .mbd files have a version in the MBEDLET tag.  Current version is 1.0.  In the
  67.   future, players/plugins older than the version specified will prompt the user to get
  68.   the newer plug-in.
  69. - mbedlet now handles relative pathnames differently:
  70.         with "/", means relative to top level of server
  71.         without "/", means relative to .mbd file
  72. - mbedlet player must use file:/// URLs for local files, all relative URLs are relative
  73.   to .mbd file
  74. - preload implemented; preload streams load before any others
  75. - implemented GET forms, fixed POST on Windows (Netscape doesn't POST yet on Mac)
  76. - allowed targets in GET and POST, as in _self, _top, etc
  77. - replaced spaces with "+" in posted text
  78. - greatly sped up entry of single-line, left-justified anti-aliased text
  79. - added REGPOINT property to all visible objects, indicates how moves, resizes are
  80.   interpreted; REGPOINT is no longer supported in path
  81. - added UPDATE message to control, causes control to update player with current value
  82. - added 2D control type, 2 degrees of freedom
  83. - added SIZE, WIDTH, HEIGHT properties of visible objects
  84. - path starts flipping at current bitmap; correctly flips in PLAYFOREVER case
  85.  
  86. Bugs:
  87. - sound now has correct duration
  88. - mac: objects would stop playing after 45 minutes
  89. - fixed redraw problem where sprite/picture's rect was specified and was smaller than
  90.   default icon
  91. - better handling of parsing errors
  92. - found and fixed several memory leaks
  93. - fixed path registration point (then moved it to sprite)
  94. - posting radio buttons did not send the right value
  95. - fixed crash with sprite or picture prototype of prototype on mbedlet shutdown
  96. - insured redraw when players reordered
  97. - removed some lingering case sensitivity
  98.  
  99. --------------------------------------------------------
  100.  
  101. Changes since 0.9a4:
  102. - fixed many Win 3.1 crashes.
  103. - fixed color odditites in 64K (high color mode) on Win 3.1
  104. - fixed memory leaks when flipping between html pages before mbedlet
  105.   is completely downloaded
  106. - fixed a crash when completing a visual effect
  107.  
  108. --------------------------------------------------------
  109.  
  110. Changes since 0.9a3:
  111. - .mbd files are completely case insensitive
  112. - removed limit on number of slots
  113. - removed limit on bitmaps per sprite
  114. - fixed bugs in sublets and sublet prototypes
  115.  
  116. --------------------------------------------------------
  117.  
  118. Writing .mbd files:
  119.  
  120. If in doubt, please examine the .mbd files on our site to see how things work.
  121. We try to keep the documentation up to date, but there may be some features
  122. used in the mbedlets on our site that have not yet made it in to the file format
  123. or players specs.
  124.  
  125. --------------------------------------------------------
  126.  
  127. Known Bugs:
  128.  
  129. On Windows 3.1, enterable anti-aliased text sometimes misses characters
  130. during very fast typing.
  131.  
  132. BROWSER POST is not available on Mac because it is not implemented in the
  133. Navigator.
  134.  
  135. On Macintosh, anti-aliased text should be aligned along even pixel boundaries.
  136.  
  137. --------------------------------------------------------
  138.  
  139. Feedback
  140.  
  141. Any suggestions, bugs, or questions you have for us can be sent to
  142. listening@mbed.com.  We look forward to hearing from you.
  143.  
  144.